breastfirmnessV5

added ability to also adjust breast force applied through movement.
added breast force slider and button controls

white - vanilla force amount
green - auto force set based on breast size
blue = manual force set


adjusting breast firmness and breast force, you can get a bouncier breast that reacts quickly to movement


/**************************/
breastfirmnessV4

added some compatability fixes in charcode logic
added settings to change default charcode loading



/**********************/
breastfirmnessV3

mod now uses controls added below the breast slider on the in-game 'custom' tab.
the button changes the mode, white == vanilla firmness range, green = the mod's settings firmness range, blue == manual firmness selected by slider. slider goes from 0.1 to 1.

the slider is disabled from user changing during the vanilla and auto modes, but will show what firmness they are calculating. (calculated based on breast size and if there is a costume)

charcode saving added, saves the mode and slider setting.


/*************************/
breastfirmnessV2

rewrote mod using free as3 compiler
changed how mod works, now instead of static value you set with modpage, now can define how the firmness can be calculated based on breastsize

added persistmod setting so can easily be used as a $init mod

added settings to define range of how firmness calculated:
breastsizestart=60								;0-150 (or higher if using superbreast), see firmness calc pic for how these result in the calculated breast firmness based on breast size
breastsizeend=150								;0-150 (or higher if using superbreast), see firmness calc pic for how these result in the calculated breast firmness based on breast size
firmnessstart=0.8								;0.02 - 1, see firmness calc pic for how these result in the calculated breast firmness based on breast size
firmnessend=0.2									;0.02 - 1, see firmness calc pic for how these result in the calculated breast firmness based on breast size

added included picture firmness calc pic.png to better show how the firmness is calculated. do note that the firmnes doesn't have to get looser as breast size increases, can become stiffer instead.
included some example settings in the settings file

added setting to apply some extra firmness because of clothing:
extrafirmnessforcostume=0.1						;0.0 - 1.0, 0.1 is standard amount, set to 0 to have clothes have no effect


added setting dialogchangerate=0.1		;0.0 - 1.0, amount that dialog action '[BREASTFIRMNESS_STIFFER]' and '[BREASTFIRMNESS_LOOSER]' will be applied to both firmnessstart and firmnessend
added dialog actions '[BREASTFIRMNESS_STIFFER]' and '[BREASTFIRMNESS_LOOSER]' to adjust the firmness through dialogs






/**********************/
breastfirmnessV1

a feature copied out from breastexpansion.
this mod adds a modpage to select what breast firmness is desired (in a 0.02 to 1.0 range of firmness)
0 firmness being elastic breasts, 1 being rock solid breasts.

after typing the desired value in the box, hit enter to set the breast firmness

a button labeled 'function on' will toggle between setting the breast firmness every frame, or just when manually set.
since the breast firmness is reset on costume/arm/breastsize changes, this can happen often; which is why it is on by default.

 - sby